|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwiiusej.values.IRSource
public class IRSource
Class used for IR sources.
| Field Summary | |
|---|---|
private short |
rx
|
private short |
ry
|
private short |
size
|
private int |
x
|
private int |
y
|
| Constructor Summary | |
|---|---|
IRSource(int xx,
int yy,
short rxx,
short ryy,
short si)
Build an IR source with all details. |
|
| Method Summary | |
|---|---|
short |
getRx()
Return raw X coordinate (0-1023). |
short |
getRy()
Return raw Y coordinate (0-1023). |
short |
getSize()
Return size of the IR dot (0-15). |
int |
getX()
Return x interpolated coordinates. |
int |
getY()
Return y interpolated coordinates. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private int x
private int y
private short rx
private short ry
private short size
| Constructor Detail |
|---|
public IRSource(int xx,
int yy,
short rxx,
short ryy,
short si)
xx - xx interpolated coordinates.yy - yy interpolated coordinates.rxx - raw X coordinate (0-1023).ryy - raw Y coordinate (0-1023).si - size of the IR dot (0-15).| Method Detail |
|---|
public int getX()
public int getY()
public short getRx()
public short getRy()
public short getSize()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||